summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e9f85264e..bcd50f854 100644
--- a/index.php
+++ b/index.php
@@ -45,7 +45,7 @@
<style type="text/css">
<?php
- foreach (PluginHost::getInstance()->get_plugins() as $n => $p) {
+ foreach (PluginHost::getInstance()->get_plugins() as $p) {
if (method_exists($p, "get_css")) {
echo $p->get_css();
}