Skip to content

Commit 8216785

Browse files
committed
Fixed: FS#2420 - PHP 5.4 warnings
1 parent a464e1f commit 8216785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/tpl_ini.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
class vlibIni {
4444

4545
/** config vars for vlibTemplate */
46-
function vlibTemplate () {
46+
public static function vlibTemplate () {
4747

4848
global $conf;
4949

@@ -104,7 +104,7 @@ function vlibTemplate () {
104104

105105

106106
/** config vars for vlibDate */
107-
function vlibDate () {
107+
public function vlibDate () {
108108

109109
return array(
110110
'DEFAULT_LANG' => 'de' // default language for the date displays

0 commit comments

Comments
 (0)