Skip to content

Commit

Permalink
fixed #10: subpage teaser function added and also integrated new teas…
Browse files Browse the repository at this point in the history
…e_name, teaser_text fields to be used in subpage teaser list
  • Loading branch information
Paul Kerspe committed Apr 9, 2017
1 parent 7c04990 commit 3ba5211
Show file tree
Hide file tree
Showing 9 changed files with 371 additions and 333 deletions.
3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/sqldialects.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/webResources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function getModuleComponents() {

public function getLanguageManager(){
if($this->languageManager == null || $this->languageManager == '' ){
throw new InvalidConfigException("Module is not condfigured correctly, need to provide name of a configured languageManager compoenent");
throw new InvalidConfigException("Module is not condfigured correctly, need to provide name of a configured languageManager component");
}
$configuredLangManager = $this->languageManager;
return Yii::$app->$configuredLangManager;
Expand Down
2 changes: 1 addition & 1 deletion controllers/backend/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public function actionDeleteHierarchyItemJson($hierarchyItemId = -1)
}

/**
* internal helper class for slim representation of an hierarhcy item
* internal helper class for slim representation of an hierarchy item
*
* @author Paul Kerspe
*
Expand Down
Loading

0 comments on commit 3ba5211

Please sign in to comment.