1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Update Monstra.php

This commit is contained in:
Sergey Romanenko
2014-01-09 12:27:51 +02:00
parent 1db7253e63
commit 7196ac5067

View File

@@ -189,7 +189,7 @@ class Monstra
}
/**
* Auto cleanup if MONSTRA_DEBUG is TRUE
* Auto cleanup if DEVELOPMENT environment
*/
if (Monstra::$environment == Monstra::DEVELOPMENT) {
Monstra::cleanTmp();