Skip to content

Commit

Permalink
BUGFIX: fix the ClassInfo::allClasses to fetch manifest data directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz committed Apr 17, 2012
1 parent e262a29 commit 705a29d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/ClassInfo.php
Expand Up @@ -8,11 +8,11 @@
* @subpackage core
*/
class ClassInfo {
/**
* @todo Improve documentation
/**
* Wrapper for classes getter.
*/
static function allClasses() {
return SS_ClassLoader::instance()->allClasses();
return SS_ClassLoader::instance()->getManifest()->getClasses();
}

/**
Expand Down

0 comments on commit 705a29d

Please sign in to comment.