more linting
This commit is contained in:
parent
d0b0c7f93d
commit
d62304cf70
@ -92,6 +92,9 @@ abstract class Extension {
|
|||||||
$this->theme = $this->get_theme_object(get_called_class());
|
$this->theme = $this->get_theme_object(get_called_class());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
public function is_live() {
|
public function is_live() {
|
||||||
global $database;
|
global $database;
|
||||||
return (
|
return (
|
||||||
|
@ -90,7 +90,7 @@ function sql_escape($input) {
|
|||||||
* Turn all manner of HTML / INI / JS / DB booleans into a PHP one
|
* Turn all manner of HTML / INI / JS / DB booleans into a PHP one
|
||||||
*
|
*
|
||||||
* @param mixed $input
|
* @param mixed $input
|
||||||
* @return bool
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
function bool_escape($input) {
|
function bool_escape($input) {
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user