diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-28 15:58:11 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-28 15:58:11 -0700 |
commit | 3839627a6f70b04c1c8f44319f44abeb21589ba7 (patch) | |
tree | 013b87890143e032f0b3f9213276556d7d3dbdfb /lib/commandinterpreter.php | |
parent | ee6b4c409d9ddc93529a486065998508cda79ecc (diff) | |
parent | b9177f5e2e3f9697ef1d2863c827d03154ff828e (diff) |
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/commandinterpreter.php')
-rw-r--r-- | lib/commandinterpreter.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index fbc6174bb..c288c2e5f 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -272,7 +272,7 @@ class CommandInterpreter return false; } } - + /** * Split arguments without triggering a PHP notice warning */ @@ -285,4 +285,3 @@ class CommandInterpreter return $pieces; } } - |