* change the 'private' to 'public'.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-09 07:53:36 +00:00
parent b30c103ecc
commit f2ef4a56f6
15 changed files with 96 additions and 96 deletions
+2 -2
View File
@@ -254,10 +254,10 @@ class searchModel extends model
*
* @param array $results
* @param string $module
* @access private
* @access public
* @return array
*/
private function formatResults($results, $module)
public function formatResults($results, $module)
{
/* Get title field. */
$title = ($module == 'story') ? 'title' : 'name';