]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
FavoritePlugin calls CommandInterpreter::split_arg
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Nov 2014 15:23:47 +0000 (16:23 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Nov 2014 15:24:14 +0000 (16:24 +0100)
commitaedfb6a8dd2ae1c01a1bf9cbde2b7bfb60006973
tree6498e55b0ecdd0cb274bd9e558f4ca6e3dd31f17
parent046d070ad46bb58096664dabb6f7c13a062d847d
FavoritePlugin calls CommandInterpreter::split_arg

The last commit found a bug that a previous move of the FavCommand
into a plugin called $this in FavoritePlugin instead of the instance
of a CommandInterpreter class. Now that call is statically defined in
CommandInterpreter and appropriately called in FavoritePlugin.
plugins/Favorite/FavoritePlugin.php