From 4ff61fa6a8c012053659b1723b7dea9d38cd654e Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Feb 2011 12:10:45 +0000 Subject: changed elgg_get_plugin_path() to elgg_get_plugins_path() git-svn-id: http://code.elgg.org/elgg/trunk@8001 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/admin/components/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/admin/components') diff --git a/views/default/admin/components/plugin.php b/views/default/admin/components/plugin.php index a64fa7216..ff1abee1e 100644 --- a/views/default/admin/components/plugin.php +++ b/views/default/admin/components/plugin.php @@ -127,7 +127,7 @@ if ($categories) { $screenshot_html = ''; $screenshots = $plugin->manifest->getScreenshots(); if ($screenshots) { - $base_url = elgg_get_plugin_path() . $plugin->getID() . '/'; + $base_url = elgg_get_plugins_path() . $plugin->getID() . '/'; $limit = 4; foreach ($screenshots as $screenshot) { if ($limit <= 0) { -- cgit v1.2.3