Merged in cochalo/processmaker (pull request #825)

Correccion de instancia de variable
This commit is contained in:
Erik Amaru Ortiz
2014-09-26 11:16:09 -04:00

View File

@@ -1,5 +1,6 @@
<?php
try {
$response = new stdClass;
if (isset( $_POST['javascriptCache'] ) || isset( $_POST['metadataCache'] ) || isset( $_POST['htmlCache'] )) {
if (isset( $_POST['javascriptCache'] )) {