From d5fc1d58e3cb18ba9665d7ec75c80c6dcf45eb67 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 23 Nov 2013 19:32:13 +0100 Subject: [PATCH] Replace usage of deprecated getRootUrl() method Follow-up change 85344 (d94d29a9) Change-Id: Ia77d445621b426e159f9c120cb55c7e69b193497 --- includes/filerepo/FileRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ); -- 2.20.1