mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix typo
This commit is contained in:
parent
7d40205af7
commit
7fba6dda6d
|
@ -95,7 +95,7 @@ class SeedDMS_ExtExample_ViewFolder {
|
|||
* @return string content to be output
|
||||
*/
|
||||
function preContent($view) { /* {{{ */
|
||||
return $view->infoMsg("Content created by viewFolder::preContent hook");
|
||||
return $view->infoMsg("Content created by viewFolder::preContent hook.");
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user