]> 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)
committerBrenda Wallace <shiny@cpan.org>
Mon, 21 Sep 2009 04:45:09 +0000 (16:45 +1200)
commit0125f293245a55a46af202e49bfa98bb983d2c57
tree16a54168381e0b97fe3ed20c54b31bc1921a814e
parent8aad3154a7673091291af4b95da2736e98aa75e7
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