PHP NOTICE (8)

Description

Message:Undefined property: DashboardController::$filters
File:/data/applications/index/controllers/dashboard.php
Line:20

Source Code

9
10 class DashboardController extends AppController
11 {
12     public $template = 'dashboard';
13
14     public function _remap()
15     {
16
17         $this->template = 'dashboard';
18
19         if (isset($_GET['6'])) {
20             if (in_array($_GET['5'], $this->filters)) {
21                 return $this->remap('veiling');
22             }
23         }
24
25         if (isset($_GET['4'])) {
26             if ($_GET['3'] == 'page') {
27                return $this->remap('veiling');
28             }
29             if (empty($_SESSION['login']['id']) && $_GET['2'] != 'jveiling') {
30                 redir('/');
31             }
32

Backtrace

#0  require() called at [/data/system/fc.php:77]
#1  _errorhandler(8, Undefined property: DashboardController::$filters, /data/applications/index/controllers/dashboard.php, 20, Array ()) called at [/data/applications/index/controllers/dashboard.php:20]
#2  DashboardController->_remap() called at [/data/system/fc.php:189]
#3  require(/data/system/fc.php) called at [/data/www/index.php:21]
Date: Fri, 25 May 2012 00:34:59 +0200 URI: /dashboard/veiling/57/page/1/nummer/asc REFERER: none