Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Created November 2, 2013 14:01
Show Gist options
  • Save mrvdb/7279214 to your computer and use it in GitHub Desktop.
Save mrvdb/7279214 to your computer and use it in GitHub Desktop.
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