This commit is contained in:
friendica
2014-09-12 14:24:45 -07:00
7 changed files with 525 additions and 468 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ function settings_content(&$a) {
if((argc() > 1) && (argv(1) === 'featured')) {
$settings_addons = "";
$r = q("SELECT * FROM `hook` WHERE `hook` = 'plugin_settings' ");
$r = q("SELECT * FROM `hook` WHERE `hook` = 'feature_settings' ");
if(! count($r))
$settings_addons = t('No feature settings configured');
+1 -1
View File
@@ -46,7 +46,7 @@ function webpages_content(&$a) {
// }
if(feature_enabled($owner,'expert_mode')) {
if(feature_enabled($owner,'expert')) {
$mimetype = (($_REQUEST['mimetype']) ? $_REQUEST['mimetype'] : get_pconfig($owner,'system','page_mimetype'));
if(! $mimetype)
$mimetype = 'choose';