diff options
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/config_php.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/config_php.php b/phpBB/phpbb/config_php.php index 13ca533ade..d502088897 100644 --- a/phpBB/phpbb/config_php.php +++ b/phpBB/phpbb/config_php.php @@ -102,6 +102,7 @@ class config_php  				return false;  			}  		} +  		return true;  	}  }  | 
