end updating module list

This commit is contained in:
Manuel Raynaud
2013-10-17 17:20:29 +02:00
parent 1b865d71a3
commit 1b0de7144a
8 changed files with 143 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ abstract class BaseModule extends ContainerAware
$this->reflected = new \ReflectionObject($this);
}
return dirname($this->reflected->getFileName());
return basename(dirname($this->reflected->getFileName()));
}
abstract public function install();