Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 30, 2025
2 parents 04406f6 + 7b3152c commit ea0bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Tinebase/Model/Converter/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Tinebase_Model_Converter_Password implements Tinebase_Model_Converter_Inte
{
public function convertToRecord($record, $key, $blob)
{
return null;
return $blob;
}

/**
Expand Down

0 comments on commit ea0bbd6

Please sign in to comment.