Changeset 2069

Show
Ignore:
Timestamp:
06/25/09 14:54:32 (8 months ago)
Author:
JensDiemer
Message:

typo in method name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/apps/pylucid/models.py

    r2066 r2069  
    675675                user_message_or_warn("EditableHtmlHeadFile cached successful into: %r" % cachepath) 
    676676 
    677     def save_all_color_cachfiles(self): 
     677    def save_all_color_cachefiles(self): 
    678678        """ 
    679679        this headfile was changed: resave all cache files in every existing colors 
     
    723723 
    724724        # Try to cache the head file into filesystem (Only worked, if python process has write rights) 
    725         self.save_all_color_cachfiles() 
     725        self.save_all_color_cachefiles() 
    726726 
    727727        return super(EditableHtmlHeadFile, self).save(*args, **kwargs)