From: darksider3 Date: Mon, 3 Mar 2014 15:50:34 +0000 (+0000) Subject: Fix @author back X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=16f909c28604d8ba2de04836d05e4a90279a6e72;p=quix0rs-gnu-social.git Fix @author back --- diff --git a/lib/urlshortenerplugin2.php b/lib/urlshortenerplugin2.php index 9474477776..18e0ba1f93 100644 --- a/lib/urlshortenerplugin2.php +++ b/lib/urlshortenerplugin2.php @@ -22,11 +22,11 @@ error_reporting(E_ALL ); * * @category Plugin * @package StatusNet - * @author Leon Giesenkaemper + * @author Craig Andrews * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://darksider3.de/sn/urlshortenerplugin2.html + * @link http://gnu.io */ -define("STATUSNET", 1); //for manual debugging. +define("STATUSNET", 1); if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -37,9 +37,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * * @category Exception * @package StatusNet - * @author Leon Giesenkaemper + * @author Craig Andrews * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://darksider3.de/sn/urlshortenerplugin2.html#exceptions + * @link http://gnu.io */ class PluginErrorException extends Exception { protected $severity=0;