Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
8216785b
Commit
8216785b
authored
Oct 03, 2012
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#2420 - PHP 5.4 warnings
parent
a464e1f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
server/lib/classes/tpl_ini.inc.php
server/lib/classes/tpl_ini.inc.php
+2
-2
No files found.
server/lib/classes/tpl_ini.inc.php
View file @
8216785b
...
...
@@ -43,7 +43,7 @@ if (!defined('vlibIniClassLoaded')) {
class
vlibIni
{
/** config vars for vlibTemplate */
function
vlibTemplate
()
{
public
static
function
vlibTemplate
()
{
global
$conf
;
...
...
@@ -104,7 +104,7 @@ if (!defined('vlibIniClassLoaded')) {
/** config vars for vlibDate */
function
vlibDate
()
{
public
function
vlibDate
()
{
return
array
(
'DEFAULT_LANG'
=>
'de'
// default language for the date displays
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment