Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
imagecache: fix compilation (class)
  • Loading branch information
perexg committed Mar 30, 2016
1 parent cc79d78 commit 3a827e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagecache.c
Expand Up @@ -408,9 +408,9 @@ imagecache_init ( void )
imagecache_conf.ok_period = 24 * 7; // weekly
imagecache_conf.fail_period = 24; // daily
imagecache_conf.ignore_sslcert = 0;
#endif

idclass_register(&imagecache_class);
#endif

/* Create threads */
#if ENABLE_IMAGECACHE
Expand Down

0 comments on commit 3a827e7

Please sign in to comment.