Thomas Bruederli
2014-08-19 fc52af24f1418d6590a2d37a0d8cc31b123e38f6
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();
  }
}
}