diff options
Diffstat (limited to 'application/controllers/SchemaController.php')
-rw-r--r-- | application/controllers/SchemaController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/SchemaController.php b/application/controllers/SchemaController.php index b0ca24e..961b7b1 100644 --- a/application/controllers/SchemaController.php +++ b/application/controllers/SchemaController.php @@ -62,7 +62,7 @@ class SchemaController extends ActionController return file_get_contents( sprintf( '%s/schema/%s.sql', - $this->Module()->getBasedir(), + $this->Module()->getBaseDir(), $type ) ); |