Skip to content

Commit

Permalink
Fix BlockBlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
deniart committed Dec 26, 2012
1 parent dc54f95 commit 5d92890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/blocks/BlockBlogs.class.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class PluginSimplerating_BlockBlogs extends PluginSimplerating_Inherit_Block {
class PluginSimplerating_BlockBlogs extends PluginSimplerating_Inherit_BlockBlogs {
public function Exec() {
$sOrderBlogsBy = Config::Get('plugin.simplerating.sort_blogs_by_count_user') ? 'blog_count_user' : 'blog_count_topic';

Expand Down

0 comments on commit 5d92890

Please sign in to comment.