diff options
Diffstat (limited to 'LibertyContent.php')
| -rw-r--r-- | LibertyContent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyContent.php b/LibertyContent.php index 06f1899..93dc137 100644 --- a/LibertyContent.php +++ b/LibertyContent.php @@ -1929,7 +1929,7 @@ class LibertyContent extends LibertyBase implements BitCacheable { * @param array pHash type hash of data to be used to provide base data * @return string Descriptive title for the page */ - static function getTitleFromHash( &$pHash, $pDefault=TRUE ) { + public static function getTitleFromHash( &$pHash, $pDefault=TRUE ) { $ret = NULL; if( !empty( $pHash['title'] ) ) { $ret = $pHash['title']; |
