Merged in cochalo/processmaker (pull request #825)
Correccion de instancia de variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
try {
|
||||
$response = new stdClass;
|
||||
if (isset( $_POST['javascriptCache'] ) || isset( $_POST['metadataCache'] ) || isset( $_POST['htmlCache'] )) {
|
||||
|
||||
if (isset( $_POST['javascriptCache'] )) {
|
||||
|
||||
Reference in New Issue
Block a user