diff options
| author | 2015-02-28 12:33:15 +0100 | |
|---|---|---|
| committer | 2015-02-28 12:33:15 +0100 | |
| commit | cdd653ce5305f043ee1db970c25303676c9f35c0 (patch) | |
| tree | 01a4c25e7e22b30b2099cf84b2031bad2f9a9566 /app/Models/Context.php | |
| parent | c59a702c32752493e8b3b73acf635ecb473b4d7e (diff) | |
| parent | e897afa7ccb2c625705bce25c003d9cf37179227 (diff) | |
Merge branch 'aledeg-change-filter' into dev
Diffstat (limited to 'app/Models/Context.php')
| -rw-r--r-- | app/Models/Context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php index f00bb1e97..dbdbfaa69 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -30,7 +30,7 @@ class FreshRSS_Context { public static $state = 0; public static $order = 'DESC'; public static $number = 0; - public static $search = ''; + public static $search; public static $first_id = ''; public static $next_id = ''; public static $id_max = ''; |
