diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-03 12:08:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-03 12:08:21 +0100 |
commit | b704f977daa93f84662b7857dd882d6c5a2c5963 (patch) | |
tree | dcca0de004fb1bbe74c12f21d1cafb20771d10ed /include | |
parent | 59e04aed1b7ea68b51b8672768dffd21f5a4bd4d (diff) | |
parent | 436e91a1e13bc488003262dfffb0a7d273a3106a (diff) | |
download | volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.tar.gz volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.tar.bz2 volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 1 | ||||
-rw-r--r-- | include/ratenotif.php | 1 | ||||
-rw-r--r-- | include/widgets.php | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/include/notifier.php b/include/notifier.php index 93cc77a1c..628847d54 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -68,7 +68,6 @@ require_once('include/html2plain.php'); require_once('include/cli_startup.php'); require_once('include/zot.php'); require_once('include/queue_fn.php'); -require_once('include/session.php'); require_once('include/datetime.php'); require_once('include/items.php'); require_once('include/bbcode.php'); diff --git a/include/ratenotif.php b/include/ratenotif.php index e94f30247..2c636c710 100644 --- a/include/ratenotif.php +++ b/include/ratenotif.php @@ -11,7 +11,6 @@ function ratenotif_run($argv, $argc){ $a = get_app(); - require_once("session.php"); require_once("datetime.php"); require_once('include/items.php'); require_once('include/Contact.php'); diff --git a/include/widgets.php b/include/widgets.php index 96d7b5cd0..ad54cb59e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1317,7 +1317,7 @@ function widget_admin($arr) { 'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'), 'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'), 'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'), - 'profs' => array(z_root() . '/admin/profs', t('Profile Config'), 'profs'), + 'profs' => array(z_root() . '/admin/profs', t('Profile Fields'), 'profs'), 'dbsync' => array(z_root() . '/admin/dbsync/', t('DB updates'), 'dbsync') ); |