From f27d0c466e54e95aa1400e0435b78a8f7465256f Mon Sep 17 00:00:00 2001
From: Meik Sievertsen <acydburn@phpbb.com>
Date: Thu, 12 Jul 2007 07:08:21 +0000
Subject: basically what is listed within the changelog. ;)

git-svn-id: file:///svn/phpbb/trunk@7872 89ea8834-ac86-4346-8a33-228a782c2dd0
---
 phpBB/install/install_update.php | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'phpBB/install')

diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 9bf475abfa..7c8e965b83 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -643,6 +643,11 @@ class install_update extends module
 					{
 						$this->page_title = 'SELECT_FTP_SETTINGS';
 
+						if (!class_exists($method))
+						{
+							trigger_error('Method does not exist.', E_USER_ERROR);
+						}
+
 						$requested_data = call_user_func(array($method, 'data'));
 						foreach ($requested_data as $data => $default)
 						{
-- 
cgit v1.2.1