Update search_result.php

This commit is contained in:
Anto 2020-05-27 19:46:20 +02:00 committed by GitHub
parent f64f2cddcb
commit 2c7dcdb23f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@
$squery = get('query');
$squery = strtolower($squery);
$squery = ucwords($squery);
assign("search_result", $squery);
assign('search_result', $squery);
if ($squery == 'clipbucket') {
subtitle("Awesomeness...!!");
} else {