updated doc blocks, comments, fixed indentations, moved some constant strings

This commit is contained in:
El RIDO
2021-06-14 06:44:30 +02:00
parent b72994f2e0
commit 3327645fd4
5 changed files with 24 additions and 15 deletions

View File

@@ -234,7 +234,7 @@ class Database extends AbstractData
self::$_cache[$pasteid] = false;
try {
$paste = self::_select(
$paste = self::_select(
'SELECT * FROM ' . self::_sanitizeIdentifier('paste') .
' WHERE dataid = ?', array($pasteid), true
);