[TYPO3-dev] problem assigning actions to groups in beta 2 and 3

Frank frank.sonck at freebel.net
Tue Jan 23 19:58:06 CET 2007


Waaw, that was fast! Thanx a lot, your patch solved the problem.

Kind greetings,
Frank Sonck


"Ingmar Schlecht" <ingmar at typo3.org> schreef in bericht 
news:mailman.1.1169554702.14634.typo3-dev at lists.netfielders.de...
> ...and here is the patch.
>
> Ingmar Schlecht schrieb:
>> Update: I just found the problem and it'll be fixed for the RC.
>>
>> Thanks again for the bugreport.
>>
>> cheers
>> Ingmar
>
> -- 
> Want to know about latest core development? Subscribe to the core list!
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-core
>


--------------------------------------------------------------------------------


> Index: t3lib/class.t3lib_loaddbgroup.php
> ===================================================================
> --- t3lib/class.t3lib_loaddbgroup.php (revision 1921)
> +++ t3lib/class.t3lib_loaddbgroup.php (working copy)
> @@ -405,7 +405,9 @@
>  $insertFields[$uidLocal_field] = $uid;
>  $insertFields[$uidForeign_field] = $val['id'];
>  $insertFields[$sorting_field] = $c;
> - $insertFields['tablenames'] = $tablename;
> + if($tablename) {
> + $insertFields['tablenames'] = $tablename;
> + }
>
>  $GLOBALS['TYPO3_DB']->exec_INSERTquery($tableName, $insertFields);
>  }
> 






More information about the TYPO3-dev mailing list