Skip to content

Commit

Permalink
refs #1633 : bugfix - missing bracket.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Mar 6, 2014
1 parent 8fcdd79 commit 4563426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/model/blog.trash.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function trashVan() {
}
}

function emptyTrash($comment = true, $blogid = null)
function emptyTrash($comment = true, $blogid = null) {
$pool = DBModel::getInstance();
if (is_null($blogid)) {
$blogid = getBlogId();
Expand Down

0 comments on commit 4563426

Please sign in to comment.