Skip to content

Commit

Permalink
Hotfix for incorrectly clearing display cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Jun 6, 2016
1 parent 24d2b00 commit ea2669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/displaygroup.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ public function VersionInstructions() {
// Make sure this file is assigned to this display group
$link = new LkMediaDisplayGroup($this->db);
if (!$link->Link($displayGroupId, $mediaId))
trigger_error($display->GetErrorMessage(), E_USER_ERROR);
trigger_error($link->GetErrorMessage(), E_USER_ERROR);

// Get the "StoredAs" for this media item
$media = new Media($this->db);
Expand Down

0 comments on commit ea2669c

Please sign in to comment.