mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
Basically it wants a non-empty catch statement
Co-authored-by: Austin Huang <im@austinhuang.me>
This commit is contained in:
parent
0b6af67b99
commit
b8e8755fb1
|
@ -833,7 +833,9 @@ class Database extends AbstractData
|
|||
begin
|
||||
execute immediate \'create index "comment_parent" on "' . self::_sanitizeIdentifier('comment') . '" ("pasteid")\';
|
||||
exception
|
||||
end'
|
||||
when already_exists or columns_indexed then
|
||||
NULL;
|
||||
end;'
|
||||
);
|
||||
} else {
|
||||
self::$_db->exec(
|
||||
|
|
Loading…
Reference in New Issue
Block a user