]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Merge pull request #636 from fabrixxm/installer/checkphpcli
[friendica.git] / mod / editpost.php
index d6539e10782a55da57068903c8ccc8ef0265572d..258e2e0b15652d5390f3419e86f1b69016864a18 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once('acl_selectors.php');
+require_once('include/acl_selectors.php');
 
 function editpost_content(&$a) {
 
@@ -85,16 +85,19 @@ function editpost_content(&$a) {
                }
        }
 
-       if($mail_enabled) {
+       // I don't think there's any need for the $jotnets when editing the post,
+       // and including them makes it difficult for the JS-free theme, so let's
+       // disable them
+/*     if($mail_enabled) {
        $selected = (($pubmail_enabled) ? ' checked="checked" ' : '');
                $jotnets .= '<div class="profile-jot-net"><input type="checkbox" name="pubmail_enable"' . $selected . ' value="1" /> '
                . t("Post to Email") . '</div>';
-       }
+       }*/
                                        
 
 
        call_hooks('jot_tool', $jotplugins);
-       call_hooks('jot_networks', $jotnets);
+       //call_hooks('jot_networks', $jotnets);
 
        
        //$tpl = replace_macros($tpl,array('$jotplugins' => $jotplugins));