Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
STYLE: refs #236. Fix style warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen committed Oct 10, 2011
1 parent a40d95d commit 9456850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/base/ItemModelBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function addRevision($itemdao, $revisiondao)
$this->save($itemdao);//update date
} // end addRevision

/** Create a new empty item */
/** Create a new empty item */
function createItem($name, $description, $parent, $uuid = '')
{
if(!$parent instanceof FolderDao && !is_numeric($parent))
Expand Down

0 comments on commit 9456850

Please sign in to comment.