diff --git a/plugins/LdapCommon/LdapCommonPlugin.php b/plugins/LdapCommon/LdapCommonPlugin.php new file mode 100644 index 0000000000..59ff9e8f18 --- /dev/null +++ b/plugins/LdapCommon/LdapCommonPlugin.php @@ -0,0 +1,35 @@ +. + * + * @category Plugin + * @package StatusNet + * @author Craig Andrews + * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org + * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @link http://status.net/ + */ + +if (!defined('STATUSNET') && !defined('LACONICA')) { + exit(1); +} + +// Dummy file for i18n. Without this file, the strings will not be extracted by +// scripts/update_po_templates.php