diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-29 10:07:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-29 10:07:54 +0100 |
commit | cc586685e6c6b400bc0000669a7ee1394c45098d (patch) | |
tree | c73c1f45cc7e9421ba76efa423b6ab4b82c76f8b | |
parent | 31883f603cbbe38183f365954c3093b545cfb413 (diff) | |
download | volse-hubzilla-cc586685e6c6b400bc0000669a7ee1394c45098d.tar.gz volse-hubzilla-cc586685e6c6b400bc0000669a7ee1394c45098d.tar.bz2 volse-hubzilla-cc586685e6c6b400bc0000669a7ee1394c45098d.zip |
merge include/nav.php from dev
-rw-r--r-- | include/nav.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 9c15552e2..d405b9f06 100644 --- a/include/nav.php +++ b/include/nav.php @@ -224,7 +224,6 @@ function nav($template = 'default') { //app bin if($is_owner) { - //daily system apps import if(get_pconfig(local_channel(), 'system','import_system_apps') !== datetime_convert('UTC','UTC','now','Y-m-d')) { Apps::import_system_apps(); set_pconfig(local_channel(), 'system','import_system_apps', datetime_convert('UTC','UTC','now','Y-m-d')); |