Index: cm1/index.php =================================================================== --- cm1/index.php (revision 34142) +++ cm1/index.php (working copy) @@ -942,6 +942,8 @@ $storageFolderPid = 0; $optGroupOpen = false; while(false !== ($row = $TYPO3_DB->sql_fetch_assoc($res))) { + $scope = $row['scope']; + unset($row['scope']); t3lib_BEfunc::workspaceOL('tx_templavoila_tmplobj',$row); if ($storageFolderPid != $row['pid']) { $storageFolderPid = $row['pid']; @@ -952,7 +954,7 @@ $optGroupOpen = true; } $opt[]= ''; } if ($optGroupOpen) {