Changeset 1406
- Timestamp:
- 04/22/11 16:35:19 (2 years ago)
- Location:
- Files:
-
- 2 modified
-
files/lib/system/event/listener/UserLoginTwitterListener.class.php (modified) (1 diff)
-
package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twitter/files/lib/system/event/listener/UserLoginTwitterListener.class.php
r1330 r1406 93 93 // if the modul deactivated, or the user must no agree the rules, we can leave the event. 94 94 // if we log out or on the rulesagree page, we also leave the event. 95 if ( MODULE_RULE == 0 || $session->getUser()->getPermission('admin.general.canIgnoreRules')) return;95 if (!defined('MODULE_RULE') || MODULE_RULE == 0 || $session->getUser()->getPermission('admin.general.canIgnoreRules')) return; 96 96 if ((isset($_REQUEST['action']) && strtolower($_REQUEST['action']) == 'userlogout') || (isset($_REQUEST['form']) && in_array(strtolower($_REQUEST['form']), self::$ignoreForms)) || (isset($_REQUEST['page']) && in_array(strtolower($_REQUEST['page']), self::$ignorePages))) return; 97 97 -
twitter/package.xml
r1385 r1406 4 4 <packagename><![CDATA[Twitter (WCF)]]></packagename> 5 5 <packagedescription><![CDATA[Twitter is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: What are you doing?]]></packagedescription> 6 <version>2.2. 0</version>6 <version>2.2.1</version> 7 7 <date>DATE</date> 8 8 <isunique>1</isunique> … … 43 43 <languages languagecode="en">en.xml</languages> 44 44 </instructions> 45 <instructions type="update" fromversion="2.2.0"> 46 <files>files.tar</files> 47 </instructions> 45 48 <instructions type="update" fromversion="2.1.0"> 46 49 <files>files.tar</files>
