piwigo: Fix pwg_getversion
This one needs to return just "2.5.0 (Mediagoblin)" instead of "Piwigo 2...".
This commit is contained in:
parent
79f87b975e
commit
9924cd0fb6
@ -46,7 +46,7 @@ def pwg_logout(request):
|
||||
|
||||
@CmdTable("pwg.getVersion")
|
||||
def pwg_getversion(request):
|
||||
return "piwigo 2.5.0 (MediaGoblin)"
|
||||
return "2.5.0 (MediaGoblin)"
|
||||
|
||||
|
||||
@CmdTable("pwg.session.getStatus")
|
||||
|
Loading…
x
Reference in New Issue
Block a user