mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
fixing bootswatch themes, which broke in the last update
This commit is contained in:
@@ -130,6 +130,7 @@ var utils = require('./../public/src/utils.js'),
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'bootswatch':
|
case 'bootswatch':
|
||||||
|
themeData['theme:src'] = data.src;
|
||||||
RDB.hmset('config', themeData, callback);
|
RDB.hmset('config', themeData, callback);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user