From: Platonides Date: Sat, 23 Nov 2013 18:32:13 +0000 (+0100) Subject: Replace usage of deprecated getRootUrl() method X-Git-Tag: 1.31.0-rc.0~17937^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=d5fc1d58e3cb18ba9665d7ec75c80c6dcf45eb67;p=lhc%2Fweb%2Fwiklou.git Replace usage of deprecated getRootUrl() method Follow-up change 85344 (d94d29a9) Change-Id: Ia77d445621b426e159f9c120cb55c7e69b193497 --- diff --git a/includes/filerepo/FileRepo.php b/includes/filerepo/FileRepo.php index 660116fbca..faed9536ed 100644 --- a/includes/filerepo/FileRepo.php +++ b/includes/filerepo/FileRepo.php @@ -1727,7 +1727,7 @@ class FileRepo { $ret = array( 'name' => $this->getName(), 'displayname' => $this->getDisplayName(), - 'rootUrl' => $this->getRootUrl(), + 'rootUrl' => $this->getZoneUrl( 'public' ), 'local' => $this->isLocal(), );