Added a couple helpers, including Html, to our app controller and removed Html from each individual controller
git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@65 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
class MapsController extends AppController {
|
||||
var $helpers = array('Html');
|
||||
|
||||
/**************************************************************************
|
||||
**************************************************************************
|
||||
@@ -212,7 +211,6 @@ class MapsController extends AppController {
|
||||
*/
|
||||
|
||||
function image($info, $legend = false) {
|
||||
//var $helpers = array('Html', 'Form', 'Javascript', 'Graph');
|
||||
$this->layout = null;
|
||||
$this->autoLayout = false;
|
||||
Configure::write('debug', '0');
|
||||
|
||||
Reference in New Issue
Block a user