scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 39  →  ?path2? @ 40
/quickload/share-text.php
@@ -25,7 +25,7 @@
$action = strtoupper($_POST['action']);
 
#### Data must be sent in order to save a file.
if($action === 'SAVE' and (!isset($_POST['data']) or empty($_POST['data'])))
if($action === 'SAVE' and !isset($_POST['data']))
return;
 
#### Hash fingerprint.