Tadashi Okoshi
slash****@users*****
2005年 10月 27日 (木) 21:57:40 JST
Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.25 affelio/lib/Affelio.pm:1.26
--- affelio/lib/Affelio.pm:1.25 Thu Oct 27 21:06:34 2005
+++ affelio/lib/Affelio.pm Thu Oct 27 21:57:40 2005
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Affelio.pm,v 1.25 2005/10/27 12:06:34 slash5234 Exp $
+# $Id: Affelio.pm,v 1.26 2005/10/27 12:57:40 slash5234 Exp $
package Affelio;
{
@@ -142,6 +142,8 @@
#Load locale
$self->load_Locale();
+ my $dummy=$self->getPM();
+
###########################
#Configure "Top page"
###########################
@@ -322,7 +324,7 @@
sub getPM{
my $self=shift;
- if(! ($self->{pm}) ){
+ if(!($self->{pm}) ){
$self->load_ProfileManager();
}
return($self->{pm});