Fix RepoGroup caching bug
authorGergő Tisza <tgr.huwiki@gmail.com>
Wed, 3 Jan 2018 02:19:58 +0000 (18:19 -0800)
committerGergő Tisza <tgr.huwiki@gmail.com>
Wed, 3 Jan 2018 02:26:46 +0000 (18:26 -0800)
commit7ef448e97afeba8fd1e01eaef801fbc142362ca6
treeeb506f7c63848981efd78698ae59afbdf62bc179
parent2e248f0bb20cbdf7738a6d44a843eb546c3bbf23
Fix RepoGroup caching bug

'bypassCache' was renamed in I9f79e5942ced4ae13ba4de0b4c62908cc746e777
to 'latest' but the cache bypass code was not updated.

Also fix an unrelated phpdoc error.

Change-Id: I141b97300853c60092363a90af063c3fd4941d27
includes/GlobalFunctions.php
includes/filerepo/RepoGroup.php