Skip to content

Commit

Permalink
remove email from PHP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
64j committed May 14, 2019
1 parent 031ac61 commit 0b66645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions assets/plugins/templatesedit/class/templatesedit.class.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Created by PhpStorm.
* @author 64j <[email protected]>
* @author 64j
*/

//error_reporting(E_ALL);
//ini_set("display_error", true);
//ini_set("error_reporting", E_ALL);

class templatesedit
{
protected $evo;
Expand Down Expand Up @@ -246,7 +242,7 @@ protected function getTemplateVariables()

protected function renderTabs()
{
global $_lang, $richtexteditorIds, $richtexteditorOptions;
global $richtexteditorIds, $richtexteditorOptions;

$out = '';
$this->added_fields = [];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Created by PhpStorm.
* @author 64j <[email protected]>
* @author 64j
*/

class templateseditbuilder
Expand Down

0 comments on commit 0b66645

Please sign in to comment.