diff options
Diffstat (limited to 'phpBB/install/install_update.php')
| -rw-r--r-- | phpBB/install/install_update.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index a62b122014..117c2f64fa 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -1010,7 +1010,7 @@ class install_update extends module  			return;  		} -		// Check for existance, else abort immediatly +		// Check for existance, else abort immediately  		if (!file_exists($this->old_location . $original_file) || !file_exists($this->new_location . $original_file))  		{  			trigger_error($user->lang['INCOMPLETE_UPDATE_FILES'], E_USER_ERROR);  | 
