1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11174] Eliminate search wrapper copy pasting.

PHPBB3-11174
This commit is contained in:
Oleg Pudeyev
2012-11-27 08:22:43 -05:00
parent a5900a6b11
commit 4d1486b08c
3 changed files with 8 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ class $wrapped extends $class
{
public function get_must_contain_ids() { return \$this->must_contain_ids; }
public function get_must_not_contain_ids() { return \$this->must_not_contain_ids; }
public function get_split_words() { return \$this->split_words; }
}
";
eval($code);