diff options
Diffstat (limited to 'Zotlabs/Lib/System.php')
-rw-r--r-- | Zotlabs/Lib/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index 8b4d7258a..c3e11eb6a 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -64,7 +64,7 @@ class System { static public function get_zot_revision() { $x = [ 'revision' => ZOT_REVISION ]; - call_hooks('zot_revision',$x) + call_hooks('zot_revision',$x); return $x['revision']; } |