diff options
author | redmatrix <git@macgirvin.com> | 2016-03-30 16:33:23 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-30 16:33:23 -0700 |
commit | 6a6dbec0335c43137e4dc5e84b5b188edc57ba10 (patch) | |
tree | 4a329ee9050be11da2ffc4a75b5d3002f35d3ecd /version.inc | |
parent | 08461c7049ee5c9788e815537b540b9987a5eace (diff) | |
download | volse-hubzilla-6a6dbec0335c43137e4dc5e84b5b188edc57ba10.tar.gz volse-hubzilla-6a6dbec0335c43137e4dc5e84b5b188edc57ba10.tar.bz2 volse-hubzilla-6a6dbec0335c43137e4dc5e84b5b188edc57ba10.zip |
issue #319 - NOTE: this does not fix the issue, it only reports it and continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 60ac151ba..a4b2e5243 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-03-29.1350H +2016-03-30.1351H |