Created
November 2, 2013 14:01
-
-
Save mrvdb/7279214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MrBlog micro> $group = User_group::getKV('id','debug'); | |
MrBlog micro> $blocked = $group->getBlocked(); | |
Fatal error: Call to a member function getBlocked() on a non-object in /usr/local/statusnet/scripts/console.php(153) : eval()'d code on line 1 | |
Call Stack: | |
0.0057 360820 1. {main}() /usr/local/statusnet/scripts/console.php:0 | |
174.6913 10870148 2. eval('$blocked = $group->getBlocked(); | |
') /usr/local/statusnet/scripts/console.php:153 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment