| Summary | : Undefined variable: sortby [pid 2241 on line 119 of "/var/www/horde/sesha/lib/View/List.php"] |
| Queue | Sesha |
| Queue Version | 1.0.0RC3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein-sieg (dot) de |
| Created | 06/25/2014 (4153 days ago) |
| Due | |
| Updated | 06/30/2014 (4148 days ago) |
| Assigned | |
| Resolved | 06/30/2014 (4148 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit c9cbc064613b6675c08cdf05ddb60cd3b7178545
Author: Jan Schneider <jan@horde.org>
Date: Mon Jun 30 18:17:35 2014 +0200
Consistent spelling of variable names (
Bug #13289).sesha/lib/View/List.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/c9cbc064613b6675c08cdf05ddb60cd3b7178545
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Sesha
Summary ⇒ : Undefined variable: sortby [pid 2241 on line 119 of "/var/www/horde/sesha/lib/View/List.php"]
Type ⇒ Bug
State ⇒ Unconfirmed
'class' => $sortby == Sesha::SORT_NOTE ? ' class="' . $sortdirclass .
'"' : '',
$sortby should be $sortBy
with uppercase B