Change stream icon

This commit is contained in:
Mike Macgirvin 2022-05-08 23:15:40 -07:00
parent 4a528ada4f
commit 0a8da67307
3 changed files with 22 additions and 3 deletions

19
Code/Update/_1258.php Normal file
View file

@ -0,0 +1,19 @@
<?php
namespace Code\Update;
use Code\Lib\Apps;
class _1258
{
public function run()
{
q("update app set app_photo = 'icon:list-alt' where app_system = 1 and app_photo = 'icon:th'");
return UPDATE_SUCCESS;
}
public function verify() {
return true;
}
}

View file

@ -1,6 +1,6 @@
version: 1
version: 2
url: $baseurl/stream
requires: local_channel
name: Stream
photo: icon:th
photo: icon:list-alt
categories: nav_featured_app, Networking

View file

@ -27,7 +27,7 @@ require_once('version.php');
define ( 'PLATFORM_NAME', 'streams' );
define ( 'DB_UPDATE_VERSION', 1257 );
define ( 'DB_UPDATE_VERSION', 1258 );
define ( 'ZOT_REVISION', '11.0' );
define ( 'PLATFORM_ARCHITECTURE', 'zap' );