mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
add method setErrorMsg()
This commit is contained in:
parent
58589bde70
commit
883131d61e
|
@ -122,6 +122,15 @@ class SeedDMS_Controller_Common {
|
||||||
return $this->errormsg;
|
return $this->errormsg;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set error message
|
||||||
|
*
|
||||||
|
* @param string $msg error message
|
||||||
|
*/
|
||||||
|
public function setErrorMsg($msg) { /* {{{ */
|
||||||
|
$this->errormsg = $msg;
|
||||||
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Call a controller hook
|
* Call a controller hook
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user