Skip to content

Commit

Permalink
revert to remix media in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesburns committed Oct 2, 2013
1 parent 7b8939f commit f40aaf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Zeega/EditorBundle/Controller/EditorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public function editorAction( $id, $newUser = false, $newZeega = false )
$mediaData = $this->forward('ZeegaApiBundle:Items:getItemsSearch', array(), array("type"=>"Image", "user"=>"51afedf18d34d4d711000000", "limit"=> 48))->getContent();
} else {
$parentId = $parentProject->getId();
$mediaData = $this->forward('ZeegaApiBundle:Items:getItemsSearch', array(), array("type"=>"Image", "user"=>"51afedf18d34d4d711000000", "limit"=> 48))->getContent();
// $mediaData = $this->forward('ZeegaApiBundle:Projects:getProjectsItems', array("projectId" => $parentId))->getContent();
// $mediaData = $this->forward('ZeegaApiBundle:Items:getItemsSearch', array(), array("type"=>"Image", "user"=>"51afedf18d34d4d711000000", "limit"=> 48))->getContent();
$mediaData = $this->forward('ZeegaApiBundle:Projects:getProjectsItems', array("projectId" => $parentId))->getContent();
}

if( $project->getVersion() == 1.2 ) {
Expand Down

0 comments on commit f40aaf8

Please sign in to comment.