alecpl
2008-04-23 f92b2f43e3b13ed162c6eeccd2fc4672771d4a11
- fix: s/rcube_error::raise/raise_error/


1 files modified
4 ■■■■ changed files
program/include/rcube_template.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -263,7 +263,7 @@
            fopen($path, 'r');
            $message.= ob_get_contents();
            ob_end_clean();
            rcube_error::raise(array(
            raise_error(array(
                'code' => 501,
                'type' => 'php',
                'line' => __LINE__,
@@ -391,7 +391,7 @@
                }
                return $matches[0] . $this->parse_conditions($result);
            }
            rcube_error::raise(array(
            raise_error(array(
                'code' => 500,
                'type' => 'php',
                'line' => __LINE__,