API CHANGE Removed LeftAndMain:: and LeftAndMain->ForceReload(), please use clientside logic for this instead.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92747 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 03:16:46 +00:00
parent 6e200916eb
commit bcd0bcfd1f

View File

@ -31,8 +31,6 @@ class LeftAndMain extends Controller {
static $url_priority = 50;
static $tree_class = null;
static $ForceReload;
static $allowed_actions = array(
'index',
@ -662,13 +660,6 @@ if (singleSingleOnlyOfThisPageType.length == 0) {
JS;
}
/**
* Sets a static variable on this class which means the panel will be reloaded.
*/
static function ForceReload(){
self::$ForceReload = true;
}
/**
* Ajax handler for updating the parent of a tree node
*/