diff options
| author | Nathan <nathaniel.guse@gmail.com> | 2013-10-02 14:18:32 -0500 | 
|---|---|---|
| committer | Nathan <nathaniel.guse@gmail.com> | 2013-10-02 14:18:32 -0500 | 
| commit | cab84dd9c5af88473239a802d4ce455a2de6f328 (patch) | |
| tree | b5ef427d86001f075d9f6c54e681e9e38f0e68ef /phpBB/phpbb | |
| parent | 49ce2c13b26e358b4ccef440094a8fa4b6b9afd7 (diff) | |
| download | forums-cab84dd9c5af88473239a802d4ce455a2de6f328.tar forums-cab84dd9c5af88473239a802d4ce455a2de6f328.tar.gz forums-cab84dd9c5af88473239a802d4ce455a2de6f328.tar.bz2 forums-cab84dd9c5af88473239a802d4ce455a2de6f328.tar.xz forums-cab84dd9c5af88473239a802d4ce455a2de6f328.zip  | |
[ticket/11882] Incorrect dependency in signature module auth migration
PHPBB3-11882
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/db/migration/data/v310/signature_module_auth.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/signature_module_auth.php b/phpBB/phpbb/db/migration/data/v310/signature_module_auth.php index a85e0be01c..6da1cb8009 100644 --- a/phpBB/phpbb/db/migration/data/v310/signature_module_auth.php +++ b/phpBB/phpbb/db/migration/data/v310/signature_module_auth.php @@ -27,7 +27,7 @@ class signature_module_auth extends \phpbb\db\migration\migration  	static public function depends_on()  	{ -		return array('\phpbb\db\migration\data\v31x\dev'); +		return array('\phpbb\db\migration\data\v310\dev');  	}  	public function update_data()  | 
