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

Commit 9456850

Browse files
committed
STYLE: refs #236. Fix style warning
1 parent a40d95d commit 9456850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/models/base/ItemModelBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function addRevision($itemdao, $revisiondao)
206206
$this->save($itemdao);//update date
207207
} // end addRevision
208208

209-
/** Create a new empty item */
209+
/** Create a new empty item */
210210
function createItem($name, $description, $parent, $uuid = '')
211211
{
212212
if(!$parent instanceof FolderDao && !is_numeric($parent))

0 commit comments

Comments
 (0)