Aleksander Machniak
2012-08-27 5f8adabb6286fdcb0ff8a0ea5d1d58f40eef51f4
plugins/userinfo/userinfo.php
@@ -6,7 +6,9 @@
 */
class userinfo extends rcube_plugin
{
  public $task = 'settings';
  public $task    = 'settings';
  public $noajax  = true;
  public $noframe = true;
  function init()
  {
@@ -50,4 +52,4 @@
    return html::tag('h4', null, Q('Infos for ' . $user->get_username())) . $table->show();
  }
}
}