diff --git a/debian/patches/Fix-dynamic-property-PHP-8.2.patch b/debian/patches/Fix-dynamic-property-PHP-8.2.patch index 0426be6fe15ef75a4d5b308689560ad7234e9eba..698e51016ae446fc0940eaa6a8745d3cdb968b34 100644 --- a/debian/patches/Fix-dynamic-property-PHP-8.2.patch +++ b/debian/patches/Fix-dynamic-property-PHP-8.2.patch @@ -47,7 +47,7 @@ index c79940f..3348ad3 100644 protected $description = ''; public $results = array(); diff --git a/lib/Template.php b/lib/Template.php -index 2e4978f..5309193 100644 +index 9eb3a88..e458b98 100644 --- a/lib/Template.php +++ b/lib/Template.php @@ -28,6 +28,7 @@ @@ -72,7 +72,7 @@ index b19d764..d273e35 100644 /** CORE FUNCTIONS **/ diff --git a/lib/import_functions.php b/lib/import_functions.php -index 23a52f4..2c83149 100644 +index 685676f..3b68340 100644 --- a/lib/import_functions.php +++ b/lib/import_functions.php @@ -144,6 +144,7 @@ abstract class Import {