Skip to content
Snippets Groups Projects
Commit 8a61d6c7 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

minor changes

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2922 44740490-163a-0410-bde0-09ae8108e29a
parent 1747cfdd
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ class sspmod_discojuice_Feed { ...@@ -259,7 +259,7 @@ class sspmod_discojuice_Feed {
if ($this->exclude($m['entityid'])) continue; if ($this->exclude($m['entityid'])) continue;
$nc = $this->processEntity($m); $nc = $this->processEntity($m);
if (empty($nc['icon'])) continue; // if (empty($nc['icon'])) continue;
$this->feed[] = $nc; $this->feed[] = $nc;
} }
......
...@@ -16,3 +16,5 @@ $t->data['discojuice.options'] = $djconfig->getValue('discojuice.options'); ...@@ -16,3 +16,5 @@ $t->data['discojuice.options'] = $djconfig->getValue('discojuice.options');
$t->data['acl'] = $djconfig->getValue('acl'); $t->data['acl'] = $djconfig->getValue('acl');
$t->show(); $t->show();
<?php <?php
//sleep(3);
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment