issue with activity_filter widget and virtual lists

This commit is contained in:
nobody 2020-10-11 22:31:30 -07:00
parent 590ed70418
commit 75169ede9b
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ class Activity_filter {
];
}
}
if (Apps::system_app_installed($channel['channel_id'],'Virtual Lists')) {
if (Apps::system_app_installed(local_channel(),'Virtual Lists')) {
foreach ([ ':1', ':2', ':3' ] as $l) {
switch ($l) {
case ':1':

View file

@ -16,7 +16,7 @@ use Zotlabs\Daemon\Run;
* @brief This file defines some global constants and includes the central App class.
*/
define ( 'STD_VERSION', '20.10.06' );
define ( 'STD_VERSION', '20.10.12' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1243 );