We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea3413 commit c7569d1Copy full SHA for c7569d1
1 file changed
lib/Content/Installer.php
@@ -517,6 +517,9 @@ protected function contentUpgrade_4_2_0($oldVersion)
517
518
protected function contentUpgrade_4_2_1($oldVersion)
519
{
520
+ // update the database (add new column "metadescription")
521
+ DBUtil::changeTable('content_translatedpage');
522
+
523
// add new variable(s)
524
// variable to register a pagevar with breadcrumbs as array of array(url, title)
525
$this->setVar('registerBreadcrumbs', false);
0 commit comments