summaryrefslogtreecommitdiffstats
path: root/class/TablePearRepo.php
diff options
context:
space:
mode:
Diffstat (limited to 'class/TablePearRepo.php')
-rw-r--r--class/TablePearRepo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/class/TablePearRepo.php b/class/TablePearRepo.php
index b0b6465..6ff3eaa 100644
--- a/class/TablePearRepo.php
+++ b/class/TablePearRepo.php
@@ -90,7 +90,7 @@ class TablePearRepo extends CommonTable
*/
function getAllRepo()
{
- return $this->getAllArray('alias', 'url');
+ return $this->getHashtable('alias', 'url');
}
}