make Character name for Character retrieval optional

This commit is contained in:
coderkun 2014-07-01 22:25:35 +02:00
commit 8e73243e0c

View file

@ -125,7 +125,7 @@
* @param int $offset Offset (optional) * @param int $offset Offset (optional)
* @return array Characters * @return array Characters
*/ */
public function getCharactersForSeminarySorted($seminaryId, $sort, $charactername, $limit=null, $offset=0) public function getCharactersForSeminarySorted($seminaryId, $sort, $charactername='', $limit=null, $offset=0)
{ {
switch($sort) switch($sort)
{ {