mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +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;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Set error message
|
||||
*
|
||||
* @param string $msg error message
|
||||
*/
|
||||
public function setErrorMsg($msg) { /* {{{ */
|
||||
$this->errormsg = $msg;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Call a controller hook
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user