issue 2517, added a method for clean favorite.

git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11463 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-09-24 07:43:22 +00:00
parent 57c915eae9
commit a2658393fe
3 changed files with 59 additions and 0 deletions

View file

@ -70,6 +70,9 @@
$this->updateCategory($xmlDoc);
$this->updatePackages($xmlDoc);
$this->checkInstalled();
$oAdminController = &getAdminController('admin');
$output = $oAdminController->cleanFavorite();
}
/**