Skip to content

Commit

Permalink
PHP 8.2: deprecated dynamic property in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Dec 21, 2022
1 parent 899d9f4 commit 709d945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*/
class IndexController extends Zend_Controller_Action
{
public $installer;

// Load the database. If not possible, redirect to the fail script.
// Check if Omeka is installed already. If so, redirect accordingly.
public function preDispatch()
Expand Down

0 comments on commit 709d945

Please sign in to comment.