Skip to content

Commit

Permalink
fix history for lists
Browse files Browse the repository at this point in the history
fix community window title
  • Loading branch information
jbrekle committed Jun 14, 2010
1 parent e006a91 commit e9da159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Erfurt/Versioning.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function getHistoryForResourceList($resources, $graphUri, $page = 1)
{
$this->_checkSetup();

$sql = 'SELECT id, useruri, tstamp, action_type ' .
$sql = 'SELECT id, resource, useruri, tstamp, action_type ' .
'FROM ef_versioning_actions WHERE
model = \'' . $graphUri . '\' AND ( resource = \'' . implode ('\' OR resource = \'' ,$resources) . '\' )
AND parent IS NULL
Expand Down

0 comments on commit e9da159

Please sign in to comment.