diff options
author | friendica <info@friendica.com> | 2014-11-16 15:51:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-16 15:51:42 -0800 |
commit | 1c249a5b06279ea4a19433d45a8dbe6fd71bcd25 (patch) | |
tree | 8a3f8d4bccacbf44642349c47884fe3a2c88b419 /include/externals.php | |
parent | 7e58bfe93169fb1ab20974967be7f61021a348aa (diff) | |
download | volse-hubzilla-1c249a5b06279ea4a19433d45a8dbe6fd71bcd25.tar.gz volse-hubzilla-1c249a5b06279ea4a19433d45a8dbe6fd71bcd25.tar.bz2 volse-hubzilla-1c249a5b06279ea4a19433d45a8dbe6fd71bcd25.zip |
some poller optimisations and a fix for undefined (empty) dbtype which shows up as a mysql error that 'rand' isn't found.
Diffstat (limited to 'include/externals.php')
-rw-r--r-- | include/externals.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/externals.php b/include/externals.php index 0be5d0fde..b0f853dc6 100644 --- a/include/externals.php +++ b/include/externals.php @@ -14,6 +14,8 @@ function externals_run($argv, $argc){ $total = 0; $attempts = 0; + logger('externals: startup', LOGGER_DEBUG); + // pull in some public posts |