Skip to content

Commit

Permalink
Item1243: twiki -> foswiki
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/JoomlaUsersContrib@3894 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed May 11, 2009
1 parent 4d52bb7 commit e58f42a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/JoomlaUsersContrib/build.pl
Expand Up @@ -2,7 +2,7 @@
use strict;

# Standard preamble
BEGIN { unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ) }
BEGIN { unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} ) }

use Foswiki::Contrib::Build;

Expand Down
8 changes: 4 additions & 4 deletions lib/Foswiki/Users/JoomlaUserMapping.pm
Expand Up @@ -14,7 +14,7 @@
#
# As per the GPL, removal of this notice is prohibited.

#THIS CODE has been hacked too many times to move it between versions of TWiki
#THIS CODE has been hacked too many times to move it between versions of TWiki (yes, TWiki)
#I still have to clean the code up alot. Sven Nov 2007

=begin twiki
Expand Down Expand Up @@ -49,7 +49,7 @@ use Error qw( :try );
---++ ClassMethod new( $session ) -> $object
Constructs a new password handler of this type, referring to $session
for any required TWiki services.
for any required Foswiki services.
=cut

Expand Down Expand Up @@ -552,7 +552,7 @@ sub getEmails {
---++ ObjectMethod setEmails($user, @emails)
Joomla manages all user info, TWiki does not 'set'
Joomla manages all user info, Foswiki does not 'set'
=cut

Expand Down Expand Up @@ -839,7 +839,7 @@ sub _cacheUser {
return $user;
}

# PRIVATE get a list of groups defined in this TWiki
# PRIVATE get a list of groups defined in this Foswiki
sub _getListOfGroups {
my $this = shift;
ASSERT( ref($this) eq 'Foswiki::Users::JoomlaUserMapping' ) if DEBUG;
Expand Down

0 comments on commit e58f42a

Please sign in to comment.