Skip to content

Commit

Permalink
refs #1067 : modify - remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jul 31, 2015
1 parent 5b5ee74 commit 80088ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/model/Line.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function __construct() {
$this->reset();
}

public function reset($param = null) {
public function reset() {
parent::reset('Lines');
$this->id = null;
$this->blogid = getBlogId();
Expand Down

0 comments on commit 80088ea

Please sign in to comment.