Thomas Bruederli
2012-11-25 bfc30700672fb40eb488259a70473f130d2f52ea
program/lib/Roundcube/rcube_plugin_api.php
@@ -370,6 +370,10 @@
   */
  public function register_task($task, $owner)
  {
    // tasks are irrelevant in framework mode
    if (!class_exists('rcmail', false))
      return true;
    if ($task != asciiwords($task)) {
      rcube::raise_error(array('code' => 526, 'type' => 'php',
        'file' => __FILE__, 'line' => __LINE__,