make Character name for Character retrieval optional
This commit is contained in:
parent
5fa70e65b3
commit
8e73243e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue