Fix change link 404 not found
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
This commit is contained in:
parent
a66a756769
commit
356d2cd147
@ -765,7 +765,12 @@ class StructureController extends Controller
|
||||
/**
|
||||
* Runs common work
|
||||
*/
|
||||
$this->_url_query .= '&goto=tbl_structure.php&back=tbl_structure.php';
|
||||
// set db, table references, for require_once that follows
|
||||
// got to be eliminated in long run
|
||||
$db = &$this->_db;
|
||||
$table = &$this->_table;
|
||||
require_once 'libraries/tbl_common.inc.php';
|
||||
$this->_url_query = $url_query . '&goto=tbl_structure.php&back=tbl_structure.php';
|
||||
$url_params['goto'] = 'tbl_structure.php';
|
||||
$url_params['back'] = 'tbl_structure.php';
|
||||
|
||||
@ -1945,4 +1950,4 @@ class StructureController extends Controller
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user