Skip to content

Commit

Permalink
0.3.2: PHP 5.3 array syntax compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
leizh committed Jan 2, 2015
1 parent 1b1f114 commit d9be4bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ajax/clipboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function unlinkr($dir){
return !\OC\Files\Filesystem::file_exists($dir);
}

$messages = [];
$messages = array();
$cut = $_POST['operation'] == 'cut';
$l = OC_L10N::get('files_clipboard');
foreach($_POST['files'] as $file) {
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>files_clipboard</id>
<name>Files clipboard</name>
<description>Clipboard operations for the files interface.</description>
<version>0.3.1</version>
<version>0.3.2</version>
<licence>AGPL</licence>
<author>Leizh</author>
<require>7</require>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2

0 comments on commit d9be4bf

Please sign in to comment.