fix wfn_entrylist_link
This commit is contained in:
@@ -692,9 +692,9 @@ function extServiceGetLink(serviceName, type, eventId = '', classId = '') {
|
|||||||
case 'm2s':
|
case 'm2s':
|
||||||
return m2s_getLink(type, eventId, classId);
|
return m2s_getLink(type, eventId, classId);
|
||||||
case 'ro':
|
case 'ro':
|
||||||
return ro_getLink(type, eventId);
|
return ro_getLink(type, eventId, classId);
|
||||||
case 'wfn':
|
case 'wfn':
|
||||||
return wfn_getLink(type, eventId);
|
return wfn_getLink(type, eventId, classId);
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('PWA_VERSION', '1.12.1h3');
|
define('PWA_VERSION', '1.12.1h4');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user