BUG 8607 "gulliver propel-build-sql script needs a way to specify..." REVERT

- reverting changes to allow execute propel-build-sql for plugins
This commit is contained in:
Erik Amaru Ortiz
2012-04-10 17:44:24 -04:00
parent c8b4b28232
commit 943a2a7d98
2 changed files with 22 additions and 28 deletions

View File

@@ -81,9 +81,6 @@
if (defined('PATH_DATA')) {
$writableDirs[] = PATH_DATA;
}
if (defined('PATH_LANGUAGECONT')) {
$writableDirs[] = PATH_LANGUAGECONT;
}
try {
G::verifyWriteAccess($writableDirs);