Replace usage of deprecated getRootUrl() method
authorPlatonides <platonides@gmail.com>
Sat, 23 Nov 2013 18:32:13 +0000 (19:32 +0100)
committerPlatonides <platonides@gmail.com>
Sat, 23 Nov 2013 18:34:44 +0000 (19:34 +0100)
Follow-up change 85344 (d94d29a9)

Change-Id: Ia77d445621b426e159f9c120cb55c7e69b193497

includes/filerepo/FileRepo.php

index 660116f..faed953 100644 (file)
@@ -1727,7 +1727,7 @@ class FileRepo {
                $ret = array(
                        'name' => $this->getName(),
                        'displayname' => $this->getDisplayName(),
-                       'rootUrl' => $this->getRootUrl(),
+                       'rootUrl' => $this->getZoneUrl( 'public' ),
                        'local' => $this->isLocal(),
                );