From 0092c86a6ff817080b760abb2f5d4db146b04887 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 24 Feb 2019 15:09:42 -0800 Subject: [PATCH] remove title_tosource option --- Zotlabs/Module/Settings/Display.php | 3 --- include/api_zot.php | 2 +- view/tpl/settings_display.tpl | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Zotlabs/Module/Settings/Display.php b/Zotlabs/Module/Settings/Display.php index 720af38f2..e1b07cf55 100644 --- a/Zotlabs/Module/Settings/Display.php +++ b/Zotlabs/Module/Settings/Display.php @@ -160,9 +160,6 @@ class Display { $nosmile = get_pconfig(local_channel(),'system','no_smilies'); $nosmile = (($nosmile===false)? '0': $nosmile); // default if not set: 0 - $title_tosource = get_pconfig(local_channel(),'system','title_tosource'); - $title_tosource = (($title_tosource===false)? '0': $title_tosource); // default if not set: 0 - $theme_config = ""; if(($themeconfigfile = $this->get_theme_config_file($theme)) != null){ require_once($themeconfigfile); diff --git a/include/api_zot.php b/include/api_zot.php index d150e48b4..6b691ad33 100644 --- a/include/api_zot.php +++ b/include/api_zot.php @@ -84,7 +84,7 @@ function api_item_export_page($type) { if(api_user() === false) { - logger('api_export_basic: no user'); + logger('api_item_export_page: no user'); return false; } $page = intval($_REQUEST['page']); diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 9aca17896..670002b5f 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -62,7 +62,6 @@ {{include file="field_input.tpl" field=$network_divmore_height}} {{include file="field_checkbox.tpl" field=$nosmile}} {{include file="field_checkbox.tpl" field=$channel_menu}} - {{include file="field_checkbox.tpl" field=$title_tosource}} {{include file="field_checkbox.tpl" field=$user_scalable}} {{include file="field_checkbox.tpl" field=$preload_images}} {{if $expert}}