mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-07-25 15:59:39 +00:00
API: legacy compatibility fix
wiki.getAllPages and dokuwiki.getPagelist differed in how the last modification timestamp was communicated. This should fix splitbrain/dokuwiki-plugin-sync#70
This commit is contained in:
@ -203,7 +203,7 @@ class LegacyApiCore extends ApiCore
|
||||
'perms' => $page->permission,
|
||||
'size' => $page->size,
|
||||
'rev' => $page->revision,
|
||||
'lastModified' => $this->toDate($page->revision),
|
||||
'mtime' => $page->revision,
|
||||
'hash' => $page->hash,
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user