mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +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
|
* @return string content to be output
|
||||||
*/
|
*/
|
||||||
function preContent($view) { /* {{{ */
|
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