Commit ee953ecd authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes: #2845 user main.inc is broken

Showing with 4 additions and 0 deletions
+4 -0
...@@ -554,6 +554,10 @@ class plugin ...@@ -554,6 +554,10 @@ class plugin
$this->is_account = $this->is_this_account($this->attrs); $this->is_account = $this->is_this_account($this->attrs);
} }
public function setNeedEditMode ($bool)
{
}
/* Apply a modifier /* Apply a modifier
* Returns an array of possible values */ * Returns an array of possible values */
static function tpl_apply_modifier($m, $args, $str) static function tpl_apply_modifier($m, $args, $str)
......
  • bmortier @bmortier

    mentioned in issue #974

    By Côme Chilliet on 2017-09-02T15:06:21 (imported from GitLab)

    ·

    mentioned in issue #974

    By Côme Chilliet on 2017-09-02T15:06:21 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment