Changeset 1358
- Timestamp:
- 11/26/08 16:21:57 (6 weeks ago)
- Location:
- plugins/simpleblacklist/trunk
- Files:
-
- 2 modified
-
readme.txt (modified) (2 diffs)
-
simpleblacklist.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleblacklist/trunk/readme.txt
r1269 r1358 1 1 Plugin: Simple Blacklist 2 2 URL: http://habariproject.org 3 Version: 1.1 3 Version: 1.1.1 4 4 Author: Habari Project 5 5 … … 37 37 38 38 Changelog 39 Version 1.1.1 40 Fixed: Updated to use new user object properly 39 41 40 42 Version 1.1 -
plugins/simpleblacklist/trunk/simpleblacklist.plugin.php
r1269 r1358 46 46 { 47 47 // don't blacklist logged-in users: they can speak freely 48 if ( User::identify() ) { return true; }48 if ( User::identify()->loggedin ) { return true; } 49 49 50 50 // and if the person has more than 5 comments approved,
