summaryrefslogtreecommitdiff
path: root/modules/php/php.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php/php.module')
-rw-r--r--modules/php/php.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/php/php.module b/modules/php/php.module
index 8552c15ff..86e8d5d43 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -127,8 +127,8 @@ else {
*/
function php_filter_info() {
return array(
- array(
- 'name' => t('PHP evaluator'),
+ 'php_code' => array(
+ 'title' => t('PHP evaluator'),
'description' => t('Executes a piece of PHP code. The usage of this filter should be restricted to administrators only!'),
'cache' => FALSE,
'process callback' => 'php_eval',