aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Application.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Application.php')
-rw-r--r--core/namespace/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/Application.php b/core/namespace/Application.php
index 01c36ac..1f1e6f6 100644
--- a/core/namespace/Application.php
+++ b/core/namespace/Application.php
@@ -224,7 +224,6 @@ class Application {
contain only numbers, uppercase letters and underscores!');
}
- FunctionParser::register($name, $callback);
self::$contentFunctions[$name] = $callback;
}