Overview
Comment:Show JSON message instead of code
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 1ce1d4f27fa04cdc13e9a248716ea555cac2d0322296f71e67245300de2a14c1
User & Date: bohwaz on 2022-01-07 00:32:50
Other Links: manifest | tags
Context
2022-01-07
00:41
Fix bug in LIKE function: _ meta characted was not parsed correctly check-in: a947f59eaf user: bohwaz tags: trunk, stable
00:32
Show JSON message instead of code check-in: 1ce1d4f27f user: bohwaz tags: trunk, stable
2022-01-06
12:09
Replace and not ignore a link between a user and a transaction check-in: e245cbe36d user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Plugin.php from [d9b7c0cb75] to [7abc2ba5a6].

758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
					alors que le plugin nécessite le stockage d\'une configuration.');
			}

			$config = json_decode(file_get_contents($path . '/config.json'));

			if (is_null($config))
			{
				throw new \RuntimeException('config.json invalide. Code erreur JSON: ' . json_last_error());
			}

			$config = json_encode($config);
		}

		$data = [
			'id' 		=> 	$id,







|







758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
					alors que le plugin nécessite le stockage d\'une configuration.');
			}

			$config = json_decode(file_get_contents($path . '/config.json'));

			if (is_null($config))
			{
				throw new \RuntimeException('config.json invalide. Erreur JSON: ' . json_last_error_msg());
			}

			$config = json_encode($config);
		}

		$data = [
			'id' 		=> 	$id,