Skip to content

Commit

Permalink
Merge branch 'MDL-29271-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Jul 23, 2012
2 parents 2499962 + a258429 commit c1cf921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/alfresco/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ public function get_listing($uuid = '', $path = '') {
$file_filter = "{http://www.alfresco.org/model/content/1.0}content";

// top level sites folder
$sites_filter = "{http://www.alfresco.org/model/content/1.0}sites";
$sites_filter = "{http://www.alfresco.org/model/site/1.0}sites";
// individual site
$site_filter = "{http://www.alfresco.org/model/content/1.0}site";
$site_filter = "{http://www.alfresco.org/model/site/1.0}site";

foreach ($this->current_node->children as $child)
{
Expand Down

0 comments on commit c1cf921

Please sign in to comment.