Skip to content

Commit d48dcbb

Browse files
committed
Fixed typo in admin/common.php, error message was breaking the UI
1 parent 8bbe954 commit d48dcbb

File tree

2 files changed

+1666
-1194
lines changed

2 files changed

+1666
-1194
lines changed

admin/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function exec_uploaddatabase($dbname, $key)
168168
{
169169
global $sqlitecloud;
170170
$sqlitecloud = do_check_connect();
171-
$command = ($key) ? "UPLOAD DATABASE '${dbname}' KEY '{$key}';" : "UPLOAD DATABASE '{$dbname}';";
171+
$command = ($key) ? "UPLOAD DATABASE '{$dbname}' KEY '{$key}';" : "UPLOAD DATABASE '{$dbname}';";
172172
return $sqlitecloud->execute($command);
173173
}
174174

0 commit comments

Comments
 (0)