Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed May 19, 2020
1 parent 8bafec4 commit a97f388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/CloneSite/cloneClient.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
$p = new Plugin(0);
$p->loadFromUUID($plugin->getUUID());
$p->setObject_data(addcslashes(json_encode($objCloneOriginal),'\\'));
$p->setStatus('a');
$p->setStatus('active');
$p->save();

echo json_encode($json);
Expand Down

0 comments on commit a97f388

Please sign in to comment.