Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Updated for new HookPHP, and notice fix in Entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 10, 2015
1 parent 1435446 commit 270776e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ public function hasTag() {
return false;
}
$tagArray = func_get_args();
if (!$tagArray) {
return false;
}
if ((array) $tagArray[0] === $tagArray[0]) {
$tagArray = $tagArray[0];
}
Expand Down

0 comments on commit 270776e

Please sign in to comment.