program/include/rcube_plugin_api.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_plugin_api.php
@@ -327,7 +327,7 @@ if (isset($this->actions[$action])) { call_user_func($this->actions[$action]); } else { else if (rcube::get_instance()->action != 'refresh') { rcube::raise_error(array('code' => 524, 'type' => 'php', 'file' => __FILE__, 'line' => __LINE__, 'message' => "No handler found for action $action"), true, true);