mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-02 20:21:03 +02:00
fix call-by-reference in tw error
This commit is contained in:
parent
7704a6eefd
commit
f2cc8a9036
@ -168,7 +168,7 @@ class twParser
|
||||
function get_errors() { return $this->err->get_by_mask(0x0f00); }
|
||||
function get_internal() { return $this->err->get_by_mask(0xf000); }
|
||||
function get_by_mask($mask) { return $this->err->get_by_mask($mask); }
|
||||
function get_error_text ( $id, &$lang ) { return $this->err->get_error_text ( $id, &$lang ); }
|
||||
function get_error_text ( $id, &$lang ) { return $this->err->get_error_text ( $id, $lang ); }
|
||||
|
||||
// ---------------------------------------------------------------------------------
|
||||
// LOW LEVEL functions
|
||||
@ -288,4 +288,4 @@ function getword ($state)
|
||||
}
|
||||
|
||||
} // END class twParser
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user