Skip to content

Commit 037a0f4

Browse files
committed
[ticket/10] Sniffer corrections
1 parent a3e42bc commit 037a0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/pastebin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function delete()
218218
*/
219219
function file_ext()
220220
{
221-
if(isset($this->file_ext[$this->data['snippet_highlight']]))
221+
if (isset($this->file_ext[$this->data['snippet_highlight']]))
222222
{
223223
return $this->file_ext[$this->data['snippet_highlight']];
224224
}

0 commit comments

Comments
 (0)