Merge branch '1.0.x' into people_tags_rebase

Conflicts:
	EVENTS.txt
	actions/peopletag.php
	actions/tagother.php
	classes/Notice.php
	js/util.js
	js/util.min.js
	lib/accountprofileblock.php
	lib/action.php
	lib/activityobject.php
	lib/command.php
	lib/personalgroupnav.php
	plugins/OStatus/OStatusPlugin.php
This commit is contained in:
Shashi Gowda
2011-03-22 07:56:25 +05:30
1625 changed files with 100423 additions and 112079 deletions

View File

@@ -340,7 +340,7 @@ class CommandInterpreter
$result = false;
}
Event::handle('EndInterpretCommand', array($cmd, $arg, $user, $result));
Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result));
}
return $result;