aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-08-14 13:03:26 +0200
committerMario <mario@mariovavti.com>2018-08-14 13:03:26 +0200
commitb503ef8761e3efd04bf1d1498109344d9ecdb738 (patch)
tree26fa3954336cfa26d3de17af1936ce71500f9403 /boot.php
parentb78c9a2251b3a594a961295accc1f540b6a26958 (diff)
parent94393d27c8f39cc409f60078af6241d9eab21fc2 (diff)
downloadvolse-hubzilla-b503ef8761e3efd04bf1d1498109344d9ecdb738.tar.gz
volse-hubzilla-b503ef8761e3efd04bf1d1498109344d9ecdb738.tar.bz2
volse-hubzilla-b503ef8761e3efd04bf1d1498109344d9ecdb738.zip
Merge branch 'override-helpfiles' into 'dev'
Override helpfiles See merge request hubzilla/core!1257
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 6816187cb..e3dbbec75 100755
--- a/boot.php
+++ b/boot.php
@@ -731,6 +731,8 @@ class App {
public static $override_intltext_templates = array();
public static $override_markup_templates = array();
public static $override_templateroot = null;
+ public static $override_helproot = null;
+ public static $override_helpfiles = array();
public static $session = null;
public static $groups;