summaryrefslogtreecommitdiff
path: root/src/ste/STEStandardLibrary.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ste/STEStandardLibrary.php')
-rw-r--r--src/ste/STEStandardLibrary.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ste/STEStandardLibrary.php b/src/ste/STEStandardLibrary.php
index fcd1cd2..7191718 100644
--- a/src/ste/STEStandardLibrary.php
+++ b/src/ste/STEStandardLibrary.php
@@ -8,7 +8,7 @@ class STEStandardLibrary
{
foreach (get_class_methods(__CLASS__) as $method) {
if ($method[0] != "_") {
- $ste->register_tag($method, array(__CLASS__, $method));
+ $ste->register_tag($method, [__CLASS__, $method]);
}
}
}