]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Don't trigger E_NOTICE when looking for commands in the notice input
authorBrion Vibber <brion@pobox.com>
Mon, 21 Sep 2009 04:39:57 +0000 (21:39 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 21 Sep 2009 04:39:57 +0000 (21:39 -0700)
commitfa0dae4cb1eba0d65923ea96821897fd568ef70a
tree16a54168381e0b97fe3ed20c54b31bc1921a814e
parentf7f8ac87a79b1109dfc6f8ced1ae284bef9566cb
Don't trigger E_NOTICE when looking for commands in the notice input
explode() only returns one item if there was no space, leading to an E_NOTICE about an undefined array index in the list($a,$b) pattern.
lib/commandinterpreter.php