aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/admin/components/plugin.php2
1 files changed, 1 insertions, 1 deletions
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) {