Skip to content

Commit 709d945

Browse files
committed
PHP 8.2: deprecated dynamic property in installer
1 parent 899d9f4 commit 709d945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/controllers/IndexController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*/
1212
class IndexController extends Zend_Controller_Action
1313
{
14+
public $installer;
15+
1416
// Load the database. If not possible, redirect to the fail script.
1517
// Check if Omeka is installed already. If so, redirect accordingly.
1618
public function preDispatch()

0 commit comments

Comments
 (0)