Add additional_acl column to edit_access table

To be able to have special ACL (json) for edit edit access table too
This commit is contained in:
Clemens Schwaighofer
2019-09-03 09:39:12 +09:00
parent 9ec19f5940
commit 605ea06bf0
5 changed files with 14 additions and 4 deletions

View File

@@ -442,7 +442,7 @@ class Basic
// on second call it sends the end time and then also prints the running time
public function runningTime($simple = false)
{
list($micro, $timestamp) = explode(" ", microtime());
list($micro, $timestamp) = explode(' ', microtime());
$string = '';
$running_time = '';
if (!$this->starttime) {