Skip to content

Commit

Permalink
Fixed navigation DS replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Ghita committed Mar 17, 2013
1 parent 1780ae7 commit e614998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/class.PLHDatasourceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
final class PLHDatasourceManager
{

private static $plh_template = "extends MultilingualNavigationDatasource{";
private static $sym_template = "extends NavigationDatasource{";
private static $plh_template = "extends MultilingualNavigationDatasource";
private static $sym_template = "extends NavigationDatasource";

/**
* Changes the source of navigation datasources.
Expand Down

0 comments on commit e614998

Please sign in to comment.